home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_540 / sana / sana2specialstats.i < prev   
Text File  |  1992-05-06  |  1KB  |  54 lines

  1.     IFND    SANA2_SANA2SPECIALSTATS_I
  2. SANA2_SANA2SPECIALSTATS_I    SET    1
  3. **
  4. **    $Filename: sana2specialstats.i $
  5. **    $Release: Developer Information$
  6. **    $Revision: 1.2 $
  7. **    $Date: 91/05/08 $
  8. **
  9. **    Defined ids for SANA-II special statistics.
  10. **
  11. **    (C) Copyright 1991 Commodore-Amiga Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15. **
  16. ** Contributions from:
  17. **    Raymond S. Brand,   rsbx@cbmvax.commodore.com,  (215) 431-9100
  18. **    Martin Hunt,      martin@cbmvax.commodore.com,  (215) 431-9100
  19. **    Perry Kivolowitz,           ASDG Incorporated,  (608) 273-6585
  20. **
  21.  
  22.     IFND    SANA2_SANA2DEVICE_I
  23.     INCLUDE    "sana2/sana2device.i"
  24.     ENDC    !SANA2_SANA2DEVICE_I
  25.  
  26. ;
  27. ; The SANA-II special statistic identifier is an unsigned 32 number.
  28. ; The upper 16 bits identify the type of network wire type to which
  29. ; the statistic applies and the lower 16 bits identify the particular
  30. ; statistic.
  31. ;
  32.  
  33.  
  34.  
  35. ;
  36. ; defined ethernet special statistics
  37. ;
  38.  
  39. S2SS_ETHERNET_BADMULTICAST    EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0000)
  40. ;
  41. ; This count will record the number of times a received packet tripped
  42. ; the hardware's multicast filtering mechanism but was not actually in
  43. ; the current multicast table.
  44. ;
  45.  
  46. S2SS_ETHERNET_RETRIES        EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0001)
  47. ;
  48. ; This count records the total number of retries which have resulted
  49. ; from transmissions on this board. 
  50. ;
  51.  
  52.  
  53.     ENDC    SANA2_SANA2SPECIALSTATS_I
  54.